home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Applications
/
Fixation 1.3
/
util.h
< prev
next >
Wrap
Text File
|
1996-01-14
|
210b
|
12 lines
// util.h
enum {
kGScratchSize = 16*1024
};
extern uchar gScratch[kGScratchSize];
void stdmessage(Str255 s);
void tprintf( char * format, ... );
void PrintAddress(unsigned long addr);
void MyInitUtil(void);